home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 September (Japanese) / CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 2).iso / disc2 / nt / ntperf.exe / PERFTOOLS / PROBE / EXAMPLE / 1024.SP_ / 1024.SP
Encoding:
Text File  |  1993-08-17  |  807 b   |  25 lines

  1. #
  2. # Description:
  3. #               This script file contains name of all thread script files
  4. #               that are to be executed.  For each line specified, a new
  5. #               thread will be started.  The specified thread script file
  6. #               will be used to get the probe information for the thread.
  7. #
  8. # Format:
  9. #               THREAD Threadfile.sct [ThreadPriority]
  10. #
  11. #               REPEAT n THREAD Threadfile.sct [ThreadPriority]
  12. #
  13. #               ThreadPriority is one of the following:-
  14. #                       TimeCritical
  15. #                       Highest
  16. #                       AboveNormal
  17. #                       Normal (default)
  18. #                       BelowNormal
  19. #                       Lowest
  20. #                       Idle
  21. #
  22.  
  23. REPEAT 4 THREAD 1024.sct Normal
  24. 
  25.